crypto/tls.serverHelloMsg.ocspStapling (field)

7 uses

	crypto/tls (current package)
		handshake_client.go#L556: 		if !hs.serverHello.ocspStapling {
		handshake_client_tls13.go#L137: 	if hs.serverHello.ocspStapling ||
		handshake_messages.go#L635: 	ocspStapling                 bool
		handshake_messages.go#L659: 	if m.ocspStapling {
		handshake_messages.go#L811: 			m.ocspStapling = true
		handshake_server.go#L540: 		hs.hello.ocspStapling = true
		handshake_server.go#L565: 	if hs.hello.ocspStapling {